Upload a zip file with your shiny app (as mentioned below) onto Canvas Problem Set 3 page.
In the Canvas comments, provide the url for your deployed shiny app on shinyapps.io. Mention in the comments if you worked with another student.
Create a new RStudio project somewhere on your computer. Open that new folder in Windows File Explorer or macOS Finder (however you navigate around the files on your computer), and create a subfolder there named data.
Download this R Shiny app template file and place it in your newly-created project.
You will also need to download three compressed files. You can download the files as a zip file. You will need to export them into a subfolder in your project called ‘data’.
In the end, the structure of your new project directory should look something like this:
your-project-name/
app.R
your-project-name.Rproj
data/
merchant.txt
romeo.txt
summer.txt
For this problem set, you’ll create a Shiny app to explore three of William Shakespeare’s plays through simple data visualizations.